From fb0479253d7b9a27f9cf8e67e7067f2378aa5962 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 19 Nov 2000 01:56:46 +0000 Subject: [PATCH] (insert-image-file): Make `intangible' and `read-only' properties rear-nonsticky too. --- lisp/image-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/image-file.el b/lisp/image-file.el index 217e4708693..2e1ac4401dd 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -115,7 +115,7 @@ the command `insert-file-contents'." (props `(display ,image intangible ,image - rear-nonsticky (display) + rear-nonsticky (display intangible read-only) ;; This a cheap attempt to make the whole buffer ;; read-only when we're visiting the file. ,@(and visit -- 2.30.2